home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 0622 / PCZONE0622.iso / Patches / Rally Trophy / RT_Patch_101.exe / Data / Settings / input.ini
Text File  |  2002-01-16  |  1KB  |  36 lines

  1. # How many control events are buffered
  2. BufferSize        =    8;
  3. #-----------------------------------------------------------------------------
  4. # Converts analog steering to digital
  5. # (for gamepads that are reported as analog, but give nearly digital feedback)
  6. ForceDigitalSteering    =    0;
  7. #-----------------------------------------------------------------------------
  8. # Minimum & maximum values for input devices
  9. AxisMinValue        =    -100;
  10. AxisMaxValue        =     100;
  11. #-----------------------------------------------------------------------------
  12. # Values for exponential functions
  13. # ( 1.0 = no effect, bigger values give less sensitivity, smaller more)
  14. SteeringExponent    =    1.0;
  15. ThrottleExponent    =    1.0;
  16. BrakeExponent        =    1.0;
  17. #-----------------------------------------------------------------------------
  18. # Set this to 1 if you want to use following custom ranges instead of detected values
  19. OverrideRanges        = 0;
  20. #-----------------------------------------------------------------------------
  21. # Steering input range
  22. # (100% left, 100% right)
  23. AnalogXAxisRange    =    {-100, 100};
  24.  
  25. # (often brake)
  26. AnalogYAxisRange    =    { 100,-100};
  27. # (often acceleration)
  28. AnalogZAxisRange    =    { 100,-100};
  29. # Rotational
  30. AnalogRXAxisRange    =    { 100, -100};
  31. AnalogRYAxisRange    =    { 100, -100};
  32. # (often a rudded control)
  33. AnalogRZAxisRange    =    { 100, -100};
  34.  
  35. #-----------------------------------------------------------------------------
  36.